home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_290 / PlaceObject2_268_43 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-04  |  251 b   |  18 lines

  1. onClipEvent(load){
  2.    this.gotoAndStop(2);
  3.    speed = 3;
  4.    done = "";
  5.    stop = "";
  6.    xhome = this._x;
  7.    distance = 250;
  8.    rand = random(2);
  9.    if(rand == 1)
  10.    {
  11.       xmov = speed;
  12.    }
  13.    else
  14.    {
  15.       xmov = - speed;
  16.    }
  17. }
  18.